gui/tray: change the status icon background colour again
authorJyrki Gadinger <nilsding@nilsding.org>
Wed, 26 Mar 2025 10:00:41 +0000 (11:00 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Wed, 26 Mar 2025 15:21:30 +0000 (15:21 +0000)
As discussed, it's supposed to be the same colour as the header
background indeed...

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
src/gui/tray/CurrentAccountHeaderButton.qml

index 4b646ed95b04e04fa09752c1fcb2b5b63f35c3e5..7ea3adb42dd74c4fd0ac0efc887026bfdf5660bf 100644 (file)
@@ -173,7 +173,7 @@ Button {
                          && UserModel.currentUser.status !== UserStatus.Offline
                 width: Style.accountAvatarStateIndicatorSize +  + Style.trayFolderStatusIndicatorSizeOffset
                 height: width
-                color: "white"
+                color: root.parentBackgroundColor
                 anchors.bottom: currentAccountAvatar.bottom
                 anchors.right: currentAccountAvatar.right
                 radius: width * Style.trayFolderStatusIndicatorRadiusFactor